home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / debug / apl.sts < prev    next >
Text File  |  1996-07-10  |  5KB  |  117 lines

  1. PWB-GENERATED FILE: DO NOT MODIFY
  2. [shared-]
  3.     version=3
  4.     pmark="C:\LU62\DEBUG\APL.ASM" 48 1
  5.     project="C:\LU62\DEBUG\APL.MAK"
  6.     buildmode=3
  7. [edit-]
  8.     file="C:\LU62\DEBUG\APL.ASM" 43 1 48 1
  9.     srch=Exit
  10.     fSrchRe=0
  11.     rpl=
  12.     src=
  13.     fRplRe=17664
  14. [pwb]
  15.     screen=25 80
  16.     winstyle=7
  17.     wnd=Z 2 1 24 80 0 0
  18.     file="C:\LU62\DEBUG\GETDCWD.ASM" 11 1 11 1
  19.     wnd=R 3 2 24 80 0 0
  20.     file="C:\LU62\DEBUG\SYSCM.ASM" 1 1 16 1
  21.     wnd=R 4 3 24 80 0 0
  22.     file="<COMPILE>Build Results" 1 1 1 1
  23.     wnd=c 1 0 24 80 0 0
  24.     file="<SEARCH>Search Results" 1 1 1 1
  25.     wnd=c 0 0 0 0 0 0
  26.     file="<PRINT>Print Results" 1 1 1 1
  27.     wnd=c 0 0 0 0 0 0
  28.     file="<RECORD>Record" 1 1 1 1
  29.     wnd=c 0 0 0 0 0 0
  30.     file="<CLIPBOARD>Clipboard" 1 1 1 1
  31.     wnd=c 0 0 0 0 0 0
  32.     file="<pwbhelp>Help" 1 1 1 1
  33.     wnd=c 1 0 24 80 0 0
  34.     file="<browse>Browser Output" 1 1 1 1
  35.     wnd=c 0 0 0 0 0 0
  36. [build]
  37.     build: language "Assembler"
  38.     build: template "DOS EXE" modified
  39.     build: macro DEBUG "0"
  40.     build: macro BSCMAKE "bscmake"
  41.     build: macro SBRPACK "sbrpack"
  42.     build: macro NMAKEBSC1 "set"
  43.     build: macro NMAKEBSC2 "nmake"
  44.     build: macro ASM "ml"
  45.     build: macro H2INC "h2inc"
  46.     build: macro AFLAGS_G "/Cp /W2 /WX /Zm"
  47.     build: macro AFLAGS_D "/Zi"
  48.     build: macro AFLAGS_R " /nologo"
  49.     build: macro MAPFILE_D "NUL"
  50.     build: macro MAPFILE_R "$(PROJ).map"
  51.     build: macro LFLAGS_G "/NOI /BATCH"
  52.     build: macro LFLAGS_D "/CO /FAR"
  53.     build: macro LFLAGS_R "/MAP /FAR /NOPACKC"
  54.     build: macro LINKER "link"
  55.     build: macro ILINK "ilink"
  56.     build: macro LRF "echo > NUL"
  57.     build: macro ILFLAGS "/a /e"
  58.     build: macro LLIBS_G ""
  59.     build: macro LLIBS_D ""
  60.     build: macro LLIBS_R ""
  61.     build: all $(PROJ).exe
  62.     build: target $(PROJ).bsc bscmake
  63.     build: target $(PROJ).exe lrf_exe link_exe
  64.     build: inference .asm.sbr asm_asm_sbr
  65.     build: inference compile .asm.obj asm_asm_obj
  66.     build: inference .h.inc h2inc_h_inc
  67.     build: release command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_R) /FR$@ $<"
  68.     build: debug command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_D) /FR$@ $<"
  69.     build: command bscmake "$(BSCMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  70.     build: command nmakebsc1 "-$(NMAKEBSC1) MAKEFLAGS="
  71.     build: command nmakebsc2 "-$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  72.     build: release command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_R) /Fo$@ $<"
  73.     build: debug command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_D) /Fo$@ $<"
  74.     build: release command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_R) $<"
  75.     build: debug command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_D) $<"
  76.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  77.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  78.     build: command link_exe "$(LINKER) @$(PROJ).lrf"
  79.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  80.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  81.     build: suffixes
  82.     build: include dependencies
  83.     build: include no system
  84.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  85.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  86.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  87.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  88.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  89.     build: include .rc "^\\:i\\:b\\{ICON\\!BITMAP\\!FONT\\!CURSOR\\}\\:b\\{LOADONCALL\\:b\\!PRELOAD\\:b\\!FIXED\\:b\\!MOVABLE\\:b\\!DISCARDABLE\\:b\\!\\}*\\(\\:p\\)"
  90.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  91.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  92.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  93.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  94.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  95.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  96.     build: message "^LINK [^L]+L[124]"
  97.     build: message "^ILINK : [^L]+L[124]"
  98.     build: message "Build all" file line
  99.     build: message "^NMAKE : [^U]+U[124]"
  100.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  101.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  102.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^H]+HI[124]" file line
  103.     build: message "^[^H]+HI[124][0-9]+: "
  104.     build: message "^DOSXNT :"
  105.     build: message "^bscmake: [^B]+BK[124]"
  106.     build: message "^sbrpack: [^S]+SB[124]"
  107.     build: message "^BIND : [^U]+U[124]"
  108.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  109.     build: message "\\(\\:p\\)(\\(\\:z\\)) : error RC\\:z:" file line
  110.     build: message "^RC:"
  111.     build: message "^RC :"
  112.     build: message "^LIB :"
  113.     build: message "^MPC :"
  114.     build: message "^CVPACK :"
  115.     build: message "Build all" file line
  116.     build: message "Rebuild all" file line
  117.